Vcenter VmTemplate LibraryItems Info

Vcenter VmTemplate LibraryItems Info
Vcenter VmTemplate LibraryItems Info

The Vcenter VmTemplate LibraryItems Info schema contains information about a virtual machine template item in content library.

This schema was added in vSphere API 6.8.

JSON Example
{
    "guest_os": "string",
    "cpu": {
        "count": 0,
        "cores_per_socket": 0
    },
    "memory": {
        "size_mib": 0
    },
    "vm_home_storage": {
        "datastore": "string",
        "storage_policy": "string"
    },
    "disks": {
        "disks": {
            "capacity": 0,
            "disk_storage": {
                "datastore": "string",
                "storage_policy": "string"
            }
        }
    },
    "nics": {
        "nics": {
            "backing_type": "string",
            "mac_type": "string",
            "network": "string"
        }
    },
    "vm_template": "string"
}
string
guest_os
Required

Configured guest operating system of the virtual machine template.

For more information see: Vcenter Vm GuestOS.

This property was added in vSphere API 6.8.

cpu
Required

CPU configuration of the virtual machine template.

This property was added in vSphere API 6.8.

memory
Required

Memory configuration of the virtual machine template.

This property was added in vSphere API 6.8.

vm_home_storage
Required

Storage information about the virtual machine template's configuration and log files.

This property was added in vSphere API 6.8.

object
disks
Required

Storage information about the virtual machine template's virtual disks.

This property was added in vSphere API 6.8.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.

object
nics
Required

Information about the virtual machine template's virtual ethernet adapters.

This property was added in vSphere API 6.8.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet.

string
vm_template
Required

Identifier of the latest virtual machine template contained in the library item. This property is the managed object identifier used to identify the virtual machine template in the vSphere Management (SOAP) API.

This property was added in vSphere API 6.8.